projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32910a0
)
Set up fontset stuff on Android
author
Po Lu
<luangruo@yahoo.com>
Sat, 28 Jan 2023 07:25:50 +0000
(15:25 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 28 Jan 2023 07:25:50 +0000
(15:25 +0800)
* lisp/term/android-win.el (window-system-initialization):
Create default fontset.
lisp/term/android-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/android-win.el
b/lisp/term/android-win.el
index 6ab469dc0b019aa8356544208a138a35a598765b..aa5992a9f09551e4752aa07eb4f664edcb8f7001 100644
(file)
--- a/
lisp/term/android-win.el
+++ b/
lisp/term/android-win.el
@@
-48,6
+48,8
@@
&optional _ignored)
"Set up the window system. WINDOW-SYSTEM must be ANDROID.
DISPLAY is ignored on Android."
+ ;; Create the default fontset.
+ (create-default-fontset)
;; Just make sure the window system was initialized at startup.
(android-get-connection))